Skip to main content
PATCH
Update an "ad" (ex-audit) organization (BO)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Body

application/json
name
string
Required string length: 1 - 100
comment
string | null
Maximum string length: 1000
language
enum<string>
Available options:
fr-FR,
en-US,
de-DE
timezone
string
Required string length: 1 - 100
uploadSizeLimit
integer
Required range: 0 <= x <= 1048576
engagementDuration
integer | null
Required range: 0 < x <= 600
engagementStartAt
unknown
contractType
enum<string>
Available options:
kare,
kare_pilot,
kare_with_monitoring,
kare_with_rus
onboardingStatus
enum<string>
Available options:
pending,
in_progress,
blocked,
training,
ready_to_send,
closed
addressCountry
string | null
Required string length: 1 - 200
addressCity
string | null
Required string length: 1 - 200
addressPostalCode
string | null
Required string length: 1 - 20
addressStreet
string | null
Required string length: 1 - 200

Response

Default Response

id
string<uuid>
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$